home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / CV / off.htaccess < prev    next >
Text File  |  1997-02-05  |  483b  |  25 lines

  1. Options ExecCGI FollowSymLinks
  2.  
  3. AuthUserFile /usr/local/www/htdocs/.htpasswd
  4. AuthGroupFile /dev/null
  5. AuthName AllowFromCV
  6. AuthType Basic
  7.  
  8. <Limit GET>
  9. order deny,allow
  10. deny from all
  11. # allow anyone of CV Worldwide
  12. allow from .cv.com
  13. allow from 129.122.
  14. allow from 130.21.
  15. # Andrew Calderbank (UK) support center subnet
  16. allow from 193.129.
  17. # Rene DAUSSY CVS France
  18. allow from 194.98.7.
  19. # Linda Bains
  20. allow from 198.180.60.134
  21. require user Bains
  22. #Ron Brewer
  23. require user Brewer
  24. </Limit>
  25.